home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / MEDICAL / H121A.ZIP / DISK1.BAT < prev    next >
DOS Batch File  |  1991-07-16  |  605b  |  19 lines

  1. : 303616 308224 317440 335872 376832 
  2. :\epi5    subdirectory for these files
  3. :rem ** DOS commands needed to create directories, change to directories,
  4. :rem ** and copy the files in this group in compressed form.  Uses parameters
  5. :rem ** *%1,%2,%3, which are destination disk, .BGI file name, and "H" or "F"
  6. :rem ** for Hard or Floppy disk destination.
  7. if not exist %1command.com goto continue
  8. echo off
  9. echo  
  10. echo  If you need to switch disks in drive %1, please do so now.
  11. echo  
  12. pause
  13. echo on
  14. :continue
  15. files1 /e%1
  16. copy readme. %1
  17. copy wipe_e5.bat %1
  18. if x%3 == xF copy config.sys %1
  19.